Post

class Post(val partialTicks: Float) : RenderGameOverlayEvent(source)

This is called after the game overlay renders, and should be used to draw whatever HUD components your mod needs.

Constructors

Link copied to clipboard
constructor(partialTicks: Float)

Properties

Link copied to clipboard